PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeRectangleOperator Method
X coordinate
Y coordinate
Rectangle width
Rectangle height
In This Topic
    analyzeRectangleOperator Method
    In This Topic
    Called when re operator is found.
    Syntax
    public void analyzeRectangleOperator( 
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    x
    X coordinate
    y
    Y coordinate
    width
    Rectangle width
    height
    Rectangle height
    See Also